Next: Uuencoding and Posting, Previous: Rule Variables, Up: Decoding Variables [Contents][Index]
gnus-uu-grabbed-file-functionsAll functions in this list will be called right after each file has been successfully decoded—so that you can move or view files right away, and don’t have to wait for all files to be decoded before you can do anything. Ready-made functions you can put in this list are:
gnus-uu-grab-viewView the file.
gnus-uu-grab-moveMove the file (if you’re using a saving function.)
gnus-uu-be-dangerousSpecifies what to do if unusual situations arise during
decoding. If nil, be as conservative as
possible. If t, ignore things that didn’t
work, and overwrite existing files. Otherwise, ask each
time.
gnus-uu-ignore-files-by-nameFiles with name matching this regular expression won’t be viewed.
gnus-uu-ignore-files-by-typeFiles with a MIME type matching this
variable won’t be viewed. Note that Gnus tries to guess
what type the file is based on the name. gnus-uu
is not a MIME package (yet), so this is
slightly kludgy.
gnus-uu-tmp-dirWhere gnus-uu does its work.
gnus-uu-do-not-unpack-archivesNon-nil means that gnus-uu
won’t peek inside archives looking for files to
display.
gnus-uu-view-and-saveNon-nil means that the user will always be
asked to save a file after viewing it.
gnus-uu-ignore-default-view-rulesNon-nil means that gnus-uu will
ignore the default viewing rules.
gnus-uu-ignore-default-archive-rulesNon-nil means that gnus-uu will
ignore the default archive unpacking commands.
gnus-uu-kill-carriage-returnNon-nil means that gnus-uu will
strip all carriage returns from articles.
gnus-uu-unmark-articles-not-decodedNon-nil means that gnus-uu will
mark unsuccessfully decoded articles as unread.
gnus-uu-correct-stripped-uucodeNon-nil means that gnus-uu will
try to fix uuencoded files that have had trailing
spaces deleted.
gnus-uu-pre-uudecode-hookHook run before sending a message to
uudecode.
gnus-uu-view-with-metamailNon-nil means that gnus-uu will
ignore the viewing commands defined by the rule variables and
just fudge a MIME content type based on
the file name. The result will be fed to
metamail for viewing.
gnus-uu-save-in-digestNon-nil means that gnus-uu, when
asked to save without decoding, will save in digests. If this
variable is nil, gnus-uu will just
save everything in a file without any embellishments. The
digesting almost conforms to RFC 1153—no easy way to
specify any meaningful volume and issue numbers were found,
so I simply dropped them.
Next: Uuencoding and Posting, Previous: Rule Variables, Up: Decoding Variables [Contents][Index]